home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
bananamonkey.swf
/
scripts
/
frame_16
/
PlaceObject2_160_24
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-19
|
205 b
|
12 lines
onClipEvent(enterFrame){
if(this.hitTest(_root.monkey))
{
if(pl == 1)
{
_root.monkey.gotoAndStop(5);
_root.monkey.waking = 0;
pl = 0;
}
}
}